github.com/klauspost/compress/fse.cState.bw (field)
7 uses
github.com/klauspost/compress/fse (current package)
compress.go#L81: bw *bitWriter
compress.go#L88: c.bw = bw
compress.go#L101: c.bw.addBits16NC(c.state, uint8(nbBitsOut))
compress.go#L109: c.bw.addBits16ZeroNC(c.state, uint8(nbBitsOut))
compress.go#L115: c.bw.flush32()
compress.go#L116: c.bw.addBits16NC(c.state, tableLog)
compress.go#L117: c.bw.flush()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |